home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prolot14.arc / PROLOT.DOC < prev    next >
Text File  |  1988-06-02  |  2KB  |  74 lines

  1.  
  2. ProLot - Another DOOR for "ProKit"
  3. ----------------------------------
  4.  
  5. This door program implements a real lottery for your users.  
  6.  
  7. Each ticket costs a minute.  Losing tickets are thrown into the pot. 
  8. Winners are credited with most of the time in the jackpot.  
  9.  
  10. The sysop can control the amount of "cream" taken off the top... 
  11. resulting in a total reduction in online time. 
  12.  
  13. Here is a sample configuration file:
  14.  
  15.    HANDSHAKE
  16.    c:\pcb\gen\blt12
  17.    68.0
  18.    1549
  19.    0.10
  20.    100
  21.    The last winner was SYSOP, who won 80 minutes on 02-04-88 17:51.
  22.    c:\pcb\gen\blt13
  23.  
  24.    --------------------------
  25.    Configuration file format:
  26.  
  27.    line 1 = Driver type (HANDSHAKE, INTERRUPT, BIOS, PCBTRAP)
  28.    line 2 = Lottery status bulletin filename
  29.    line 3 = Number of minutes currently in the pot
  30.    line 4 = Number of tickets sold so far
  31.    line 5 = Fraction of time taken aside for sysop
  32.    line 6 = Odds against winning (higher numbers give higher jackpots)
  33.    line 7 = Information about the last winner
  34.    line 8 = Lottery winner history bulletin filename
  35.  
  36.  
  37. The lottery generates a bulletin each time it is run.  You can post this 
  38. bulletin to let your users know how big the jackpot is (which should 
  39. encourage them to buy more tickets). 
  40.  
  41.  
  42.                                DISCLAIMER
  43.                                ==========
  44.  
  45.      IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  46.      LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  47.      DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,
  48.      OR FOR ANY CLAIM BY ANY OTHER PARTY.
  49.  
  50.  
  51.    This is a FREE program; full source code is included.
  52.  
  53.    If you have any questions, bugs, or suggestions, please contact 
  54.    me at: 
  55.        The Tool Shop BBS
  56.         (602) 279-2673
  57.  
  58.    The latest version is always available for downloading. 
  59.  
  60.    Enjoy!     Samuel H. Smith
  61.               Author and Sysop of The Tool Shop.
  62.  
  63.  
  64. Revision history
  65. ----------------
  66.  
  67. 2-13-88 v1.10
  68.    Linked with ProKit 2.51, correcting handling of subtracted time.
  69.    
  70. 5-21-88 v1.4
  71.    Recompiled with ProDoor beta 30 libraries.  Added a warning message
  72.    that time is limited prior to a non-sliding event.
  73.  
  74.